Gdb string read (#364)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 21 Jun 2019 13:54:15 +0000 (07:54 -0600)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 13:54:15 +0000 (07:54 -0600)
commit85db136adf0fbd5eea9b073913a6af6b197c7ac2
treef7e63a358f98e28fc7ec46614fc6f69c23ed47a7
parent8362200e3611cafb5a40a8a01b0630232ff606be
Gdb string read (#364)

* harden gdb reader to long string input.

fix bug in the gdb reader that resulted in file position being lost
if a string was truncated when reading due to the finite buffer size.

fix bug in the gdb reader that could result in data being written outside
the provided buffer.

enhance gdb readers to remove length limit on reading strings.

* whitespace correction.
gbfile.cc
gbfile.h
gdb.cc